-
Notifications
You must be signed in to change notification settings - Fork 3
add c++ executable for benchmarking libjetreconstruction #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add c++ executable for benchmarking libjetreconstruction #5
Conversation
8711bf0 to
2c31b44
Compare
c400617 to
2108be1
Compare
|
This is now up to date with JuliaHEP/JetReconstruction.jl#88 supporting (immutable) PseudoJets |
graeme-a-stewart
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @m-fila! Just a few suggestions about favouring things by algorithm, rather than by power (which we have deprecated).
Otherwise LGTM.
060a653 to
6e36fc7
Compare
29e021b to
8c42c06
Compare
|
Rebased to merge in changes in |
Make -m and -n arguments consistent with other wrappers
|
This is still GTG @m-fila? It's not gone out of date with the work around ACAT? |
|
Sorry, I missed the message. It was up to date, so all good |
Adding benchmarks for ahead of time compiled JetReconstruction to a shared library JuliaHEP/JetReconstruction.jl#88.
For now this is just a C++ executable using the libjetreconstruction. It should be later merged together with fastjet benchmarking executable to avoid the duplications